recent chooser: Remove the word stock from the docs
authorMatthias Clasen <mclasen@redhat.com>
Fri, 1 Dec 2017 15:19:32 +0000 (10:19 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 1 Dec 2017 15:30:20 +0000 (10:30 -0500)
We don't support stock items anymore.

gtk/gtkrecentchooserdialog.c

index 24e781ccc0e2ed0c0730d90b60ee656ba53ab98f..beeae9102b5f0da5b461178a87a6a4862bf5b4ef 100644 (file)
@@ -289,7 +289,7 @@ gtk_recent_chooser_dialog_new_valist (const gchar      *title,
  * gtk_recent_chooser_dialog_new:
  * @title: (allow-none): Title of the dialog, or %NULL
  * @parent: (allow-none): Transient parent of the dialog, or %NULL,
- * @first_button_text: (allow-none): stock ID or text to go in the first button, or %NULL
+ * @first_button_text: (allow-none): text to go in the first button, or %NULL
  * @...: response ID for the first button, then additional (button, id)
  *   pairs, ending with %NULL
  *
@@ -325,7 +325,7 @@ gtk_recent_chooser_dialog_new (const gchar *title,
  * @title: (allow-none): Title of the dialog, or %NULL
  * @parent: (allow-none): Transient parent of the dialog, or %NULL,
  * @manager: a #GtkRecentManager
- * @first_button_text: (allow-none): stock ID or text to go in the first button, or %NULL
+ * @first_button_text: (allow-none): text to go in the first button, or %NULL
  * @...: response ID for the first button, then additional (button, id)
  *   pairs, ending with %NULL
  *